GetCodepoint

Get next codepoint in a UTF-8 encoded string, 0x3f('?') is returned on failure

extern (C) @nogc nothrow
int
GetCodepoint
(
const(char*) text
,)

Meta